From: Richard M. Stallman Date: Tue, 21 Nov 1995 07:47:43 +0000 (+0000) Subject: (SYSTEM_PURESIZE_EXTRA): Increased. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1^2~5^2~85456 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=c52d98496d25136334d214f23850eda67712dc13;p=emacs.git (SYSTEM_PURESIZE_EXTRA): Increased. --- diff --git a/src/s/msdos.h b/src/s/msdos.h index 80b286a4d2f..0e1187ddf9d 100644 --- a/src/s/msdos.h +++ b/src/s/msdos.h @@ -234,5 +234,5 @@ You lose; /* Emacs for DOS must be compiled with DJGPP */ #define LIBX11_SYSTEM -lxext -lsys #else /* We need a little extra space, see ../../lisp/loadup.el */ -#define SYSTEM_PURESIZE_EXTRA 68000 +#define SYSTEM_PURESIZE_EXTRA 85000 #endif